home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 010a / msi170.zip / RUNMSI.BAT < prev    next >
DOS Batch File  |  1992-02-05  |  452b  |  23 lines

  1. @echo off
  2.  
  3. :Menu
  4. MSI 
  5. if errorlevel 9 goto Action
  6. if errorlevel 0 goto Quit
  7.  
  8. :Action
  9. call ACT
  10.  
  11. :Getback
  12. REM Change ONLY IF the Installation Utility is NOT used
  13. REM Remove the colon and replace c: with YOUR Installation Drive.
  14. :c:
  15. REM Change ONLY IF the Installation Utility is NOT used
  16. REM Remove the colon and replace \ with YOUR Installation Directory.
  17. :cd \
  18.  
  19. goto Menu
  20.  
  21. :Quit
  22. echo Type RUNMSI to restart the MSI Menu System...
  23.